home *** CD-ROM | disk | FTP | other *** search
- @DATABASE "libraries/dsbase.h"
- @MASTER "Workbench31:MCPP4.0_PRO/Aminet/ds.library/autodocs//include/libraries/dsbase.h"
- @REMARK This file was created by ADtoHT 2.1 on 13-Feb-97 20:07:58
- @REMARK Do not edit
- @REMARK ADtoHT is © 1993-1995 Christian Stieber
-
- @NODE MAIN "libraries/dsbase.h"
-
- @{"libraries/dsbase.h" LINK File}
-
-
- @{b}Structures@{ub}
-
- @{"DSBase" LINK "libraries/dsbase.h/File" 23}
-
- @ENDNODE
- @NODE File "libraries/dsbase.h"
- /*
- ** $VER: dsbase.h 37.1 (30.01.97)
- **
- ** definition of DSBase
- **
- ** (C) Copyright 1997 Markus Hillenbrand
- ** All Rights Reserved.
- */
-
- #ifndef EXAMPLE_EXAMPLEBASE_H
- #define EXAMPLE_EXAMPLEBASE_H
-
- #ifdef __MAXON__
- #ifndef EXEC_LIBRARIES_H
- #include <exec/libraries.h>
- #endif
- #else
- #ifndef EXEC_LIBRARIES
- #include <exec/libraries.h>
- #endif /* EXEC_LIBRARIES_H */
- #endif
-
- struct DSBase
- {
- struct Library dsb_LibNode;
- APTR dsb_SegList;
- struct ExecBase *dsb_SysBase;
- struct IntuitionBase *dsb_IntuitionBase;
- struct GfxBase *dsb_GfxBase;
- };
-
- #endif /* EXAMPLE_EXAMPLEBASE_H */
- @ENDNODE
-